|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
UdpProcess handles and manipulates the UDP process. More...
Public Member Functions | |
| Process | getHigherProcess (int) |
| Returns the higher process at the specified local port. More... | |
| CustomUdpProcess | createCustomUdpProcess () |
| Creates a custom UDP process. More... | |
| void | deleteCustomUdpProcess (CustomUdpProcess) |
| Deletes the specified custom UDP process. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
UdpProcess handles and manipulates the UDP process.
| CustomUdpProcess UdpProcess::createCustomUdpProcess | ( | ) |
Creates a custom UDP process.
| void UdpProcess::deleteCustomUdpProcess | ( | CustomUdpProcess | ) |
Deletes the specified custom UDP process.
| process,the | CustomUdpProcess object to delete. |
| Process UdpProcess::getHigherProcess | ( | int | ) |